home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- hStartSunSignRolloverAction(whichSprite, "3")
- end
-
- on mouseDown
- if hSunSignButtonAction("3") then
- mouseUp()
- end if
- end
-
- on mouseUp
- global gSunSignSprite
- cursor(4)
- hCheckCurrentFrameLabel()
- hDefaultScrollText()
- puppetSprite(the clickOn, 0)
- puppetSprite(gSunSignSprite, 0)
- play frame "AB3"
- end
-
- on endRollover whichSprite
- hEndSunSignRolloverAction(whichSprite)
- end
-